home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / allsdi2.zip / ALLSDI2.DOC next >
Text File  |  1992-03-28  |  4KB  |  100 lines

  1. ALLSDI2      (c) 1992            Karl Schneider
  2.                                  S & H Engineering
  3.                                  8505 Woodwick Ct.
  4. For Wildcat! 3.0x+ ONLY!         Tampa, FL 33615
  5.                                  813-884-9661 voice day/eve
  6.                                               bbs midnite-0600 EST
  7.  
  8.  
  9. =======================================================================
  10. This is an update of ALLSDI (which supports only ZIP files).
  11. =======================================================================
  12.  
  13. ALLSDI2 is the 'reverse' of ADD-DES2, (which creates DESC.SDI files
  14. in all 'archives' in your Wildcat Database).  ALLSDI2 does for one
  15. Wildcat 3.x File AREA what my AUTODESC program does to individual files
  16. that have just been UPLOADED (via SCANFILE.BAT).  When you execute
  17. ALLSDI2 from your Wildcat 3 HOME DIRECTORY, it examines each archive
  18. (of the specified type, ZIP, ARJ or LZH) file for the presence of either
  19. DESC.SDI or FILE_ID.DIZ.  If EITHER of these is found, ALLSDI2 puts
  20. the contents of that description file into the corresponding Wildcat
  21. File database record.  It will truncate the description to 60 char-
  22. acters to fit properly into the description field.
  23.  
  24. Files not archived by the specified method are skipped.  If neither
  25. DESC.SDI or FILE_ID.DIZ is found in the archive, nothing is done
  26. to the record for that file.  If one of them IS found, the file
  27. description, if any, in its record will be over-written with the
  28. information in the description file.
  29.  
  30. This program will be most useful in restoring some or many of your
  31. file descriptions if you have to export/import your database due to
  32. some kind of corruption, etc.  It will not hurt anything to run it
  33. more than once, but be aware that it does take some time!  Every
  34. archive must be opened up and checked, and the WC record updated.
  35. I would strongly suggest you run this with all nodes DOWN...although
  36. it will probably run OK, as file sharing is supported.  It would
  37. probably degrade the performance of other nodes if run with them
  38. up.
  39.  
  40. You may want to get my ADD-DES2 program, so that your files will
  41. ALL have a 'description' file in them!  Then, in case of a corrupted
  42. database, you will have a way to get the descriptions back into your
  43. WC File records if they get lost in the repair process without having
  44. to type them in by hand!
  45.  
  46. ALLSDI2 runs fine in Desqview, but does have some memory overhead, as
  47. it invokes the appropriate archiving program via a shell to COMMAND.COM.
  48.  
  49. If you have ONLY .ZIP files in your system, you can use ALLSDI.EXE
  50. and ADD-DESC.EXE.
  51.  
  52. Using ALLSDI2:
  53.  
  54. ALLSDI2.EXE must be either in your Wildcat 3.x home directory, or in
  55. the DOS PATH.
  56.  
  57. It must be EXECUTED from the WC Home directory.  The syntax is:
  58.  
  59.         allsdi2 n arctype
  60.  
  61.         where 'n' is the File AREA number to process
  62.  
  63.         and 'arctype' is the type of archive files to process
  64.  
  65. Example:
  66.  
  67.         allsdi2 4 zip
  68.  
  69.         Finds all .ZIP archives in your WC File areas, extracts the
  70.         DESC.SDI or FILE_ID.DIZ description and inserts it into the
  71.         Wildcat File Database record for that archive.
  72.  
  73. For other file AREAS and/or ARCHIVES, simply substitute the file Area
  74. Number and the archive type: ZIP, ARJ or LZH.  These can be in UPPER
  75. or lower case.
  76.  
  77. Note that you MUST HAVE the appropriate archive program available to
  78. DOS via the PATH for this to work!  They are:
  79.  
  80. PKUNZIP.EXE
  81. ARJ.EXE
  82. LHARC.EXE
  83.  
  84. I have not detected any problems with this program, but as with any
  85. software, wide variations in system configurations can sometimes cause
  86. unexpected or unforseeable results.  For this reason, I make no war-
  87. ranties with respect to this program as to its usability, safety to
  88. data, or any results deriving from its use, and accept no responsibility
  89. for any loss or damages directly or indirectly caused by using it.
  90.  
  91. The original version, ALLSDI.EXE has been running successfully on
  92. networks, I know of no reason this update would not perform equally
  93. well.  If not, someone will have to let me know!  If this
  94. program is useful to you, a modest registration is in order.  If
  95. you contribute $35 or more, you will be entitled to support on ALL
  96. my WC3 utilities.  Any bug reports, comments or suggestion are
  97. solicited and welcome!  Thanks.
  98. -eof-
  99.  
  100.